﻿body{
    overflow-x: hidden;
}
/* .banner {
    background-image: url(/assets/imagens/shutterstock_364049327\ \(1\)\ 1.png);
    width: 100%;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(16, 6, 0, 0.9) 100%);
}

.banner::after {
    content: '';
    width: 638px;
    height: 298px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0px;
    background-image: url('/assets/imagens/finan.png');
    right:0;
}
.banner h1 {
    font-family: 'frutiger-light';
    font-size: 48px;
    color: #ffffff;
}
.banner p {
    color: #2A8C79;
    font-family: 'frutiger-light';
       font-weight: 400;
       font-size: 20px;
       margin-bottom: 0;
}
.texto-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
    position: relative;
    padding-left: 5rem;
} */
.page-institucional .sidebar-area .title-sidebar{
	display:none;
}
.menu-institucional {
	    padding: 18px 0;
}
.page-institucional {
    padding: 60px 0 0 0!important;
}
/* integridade */
.integridade .container{
    display: grid;
    grid-template-columns: 100%;
  /*  margin-top: 60px;*/
}
.integridade .container .col-left>h6{
    font-family: 'frutiger-bold';
    color: #2A8C79;
    font-size: 37px;
    line-height: 45px;
    font-weight: 700;
}
.integridade .container .col-left>p{
    color: #6f6f6f;
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/* programa */
.programa .container-fluid{
    /* display: grid;
    grid-template-columns: 32% 60%;
    gap: 7%;
    margin-top: -60px; */
}
.programa .imagen-pq{
    float: left;
    width: 30%;
    margin: 0 60px 20px 0;
}
.programa .programa-left>h2{
    font-size: 36px;
    color: #2A8C79;
    font-family: 'frutiger-bold';
    font-weight: 700;
    padding-left: calc(30% + 60px);
    margin-bottom: -40px;
}

.programa .programa-left>p{
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6f6f6f;
    margin-top: 60px;
}
.programa .imagen-pq img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.col-img img{
	    width: 100%;
    height: auto;
    border-radius: 10px;
}

.col-texto {
    display: flex;
    flex-direction: row;
    gap: 35px;
    width: 100%;
}

.col-img {
    flex: 0 0 35%;
    max-width: 35%;
}

.col-img img {
    width: 100%;
    height: auto;
    display: block;
}

.col-texto .paragrafo-integridade {
    flex: 0 0 65%;
    max-width: 65%;
}
.titulo-introdu{
	font-size: 36px;
    color: #2A8C79;
    font-family: 'frutiger-bold';
    font-weight: 700;
    margin-left: 0;
}

/* politicas */

.buttonpdf:hover {
    background-color: #004953;
    cursor: pointer;
}

.txtpdf{
	font-size: 20px;
    line-height: 45px;
    font-family: 'frutiger-bold';
    font-weight: 700;
    color: #2A8C79;
}

.modalpdf {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buttonpdf {
    color: white;
    background-color: #004953;
    border: none;
    border-radius: 4px;
    padding: 8px 35px;
    display: flex;
    align-items: center;
    width: fit-content;
    flex-direction: row;
}

.button{
	    color: white;
    background-color: #004953;
    border: none;
    border-radius: 4px;
    padding: 8px 35px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.politicas .imagem-politicas img{
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
.politicas .container-fluid{
    display: grid;
    grid-template-columns: 59% 32%;
    padding: 80px 0;
    gap: 7%;
}
.politicas .politicas-right>h6{
    font-size: 37px;
    line-height: 45px;
    font-family: 'frutiger-bold';
    font-weight: 700;
    color: #2A8C79;
}
.politicascss .politicas-right>h2{
    font-size: 37px;
    line-height: 45px;
    font-family: 'frutiger-bold';
    font-weight: 700;
    color: #2A8C79;
}
.politicas .politicas-right>p{
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6f6f6f;
}

.politicascss .imagem-politicas img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 850px;
}
.politicascss .container-fluid{
    display: grid;
    grid-template-columns: 59% 32%;
    padding: 80px 0;
    gap: 7%;
}
.politicascss .politicas-right>h6{
    font-size: 37px;
    line-height: 45px;
    font-family: 'frutiger-bold';
    font-weight: 700;
    color: #2A8C79;
}
.politicascss .politicas-right>p{
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6f6f6f;
}
/* .banner-margin{
    padding: 0 5rem;
} */
.banner-denuncia{
    content: ' ';
    background-image: url('/ConhecaRedeImagens/BannersPaginasInternas/transparencia.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 475px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 6px;
}
.banner-denuncia:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,73,83,0.7091211484593838) 0%);
    border-radius: 6px;
}
.banner-denuncia h6{
    font-size: 37px;
    line-height: 45px;
    color: white;
    font-family: 'frutiger-bold';
    font-weight: 700;
}
.banner-denuncia p{
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: white;
    text-align: center;
}
.banner-denuncia .button{
    color: white;
    background-color: #2A8C79;
    border: none;
    border-radius: 4px;
    padding: 8px 35px;
}

.texto-canal{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
    margin: auto;
    justify-content: center;
    height: 100%;
    position: relative;
    margin-bottom: 25px;
}

.paragrafo-canal {
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: white;
    text-align: center;
}
.paragrafo {
	font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6f6f6f;
    margin-top: 60px;

}
.paragrafo-integridade {
	font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6f6f6f;
    margin-top: 30px;

}

.paragrafo-normal {
	font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6f6f6f;
    margin-top: 0;

}


/* doenÃ§as */

.doencas .container{
    display: grid;
    grid-template-columns: 53% 40%;
    padding: 100px 0;
    align-items: center;
    gap: 7%;
}
.doencas>.doencas-left>h6{
    font-size: 37px;
    line-height: 45px;
    color: #2A8C79;
    font-family: 'frutiger-bold';
    font-weight: 700;
}


.doencas>.doencas-left>p{
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6f6f6f;
}

/* etica */

.etica .container-fluid{
    display: grid;
    grid-template-columns: 32% 59%;
    padding: 100px 0;
    align-items: center;
    gap: 7%;
}
.etica .etica-text>h6{
    font-family: 'frutiger-bold';
    font-size: 37px;
    line-height: 45px;
    color: #2A8C79;
    font-weight: 700;
}
.etica .etica-text>p{
    font-family: 'frutiger-light';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6f6f6f;
}
.etica .etica-img img{
    width: 100%;
    /* height: 350px; */
    border-radius: 10px;
}
.politicas .button,
.etica .button{
    color: white;
    background-color: #004953;
    border: none;
    border-radius: 4px;
    padding: 8px 35px;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor:pointer;
}
.politicas .button img,
.etica-text img{
    width: 30px;
    position: relative;
    right: -10px;
 }

@media (max-width: 1366px) {
    .banner-denuncia {
       content: ' ';
       background-image: url(/ConhecaRedeImagens/BannersPaginasInternas/transparencia.jpg);
       background-repeat: no-repeat;
       width: 100%;
       height: 475px;
       background-position: center;
       background-size: cover;
       position: relative;
       border-radius: 6px;
   }
}

@media (max-width: 834px) {
    .banner-denuncia {
        height: 600px;
    }
    .texto-canal {
        width: 90%;
        
    }
    .banner::after {
        display: none;
    }
    .banner-margin {
        padding: 0 1rem;
    }
    .container-fluid{
	display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px 40px !important;
        gap: 40px !important;
     }
     .banner-denuncia h6{
	text-align:center;
	}
	.programa-left {
	display: flex;
    flex-direction: column;
    align-items: center;
	}
	.programa .programa-left>h2{
	text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
	}
	.programa .imagen-pq{
	width: 100%;
    margin: auto;
	}
	.page-institucional{
	padding:0;
	}
}

@media (max-width: 576px) {
	.modal-dialog {
	    margin: 1.75rem auto;
	}
}


@media (max-width: 444px) {
    .banner h1 {
        font-size: 36px;
    }
    .banner-denuncia {
        height: 100%;
    }
.integridade .container {
    grid-template-columns: 100%;
    gap: 0;
}
.programa .container {
    display: grid;
    grid-template-columns: 100%;
    padding: 100px 15px;
}
.programa .imagen-pq img {
    height: 250px;
}
.politicas .container{
    display: grid;
    grid-template-columns: 100%;
    padding: 100px 15px;
    
}
.politicas .imagem-politicas img {
    height: 250px;
}
.politicascss .container{
    display: grid;
    grid-template-columns: 100%;
    padding: 100px 15px;
    
}
.politicascss .imagem-politicas img {
    height: 250px;
}
.etica .container{
    display: grid;
    grid-template-columns: 100%;
    padding: 100px 15px;
}
.etica .etica-img img {
    height: 250px;
}
.pacientes .container {
    flex-direction: column;
    padding: 100px 15px;
}
.doencas .container {
    flex-direction: column;
    padding: 100px 15px;
}
.banner-margin {
    padding: 1rem;
}
.texto-canal {
        width: 90%;
        padding: 20px 0;
    }}